graph LR
R["Researcher"] -->|findings| A["Analyst"]
A -->|analysis| W["Writer"]
W -->|report| O["Output"]
style R fill:#00C9A7,stroke:#1C355E,color:#1C355E
style A fill:#9B8EC0,stroke:#1C355E,color:#1C355E
style W fill:#FF7A5C,stroke:#1C355E,color:#1C355E
style O fill:#1C355E,stroke:#00C9A7,color:white